home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m39.dir / 00062.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  681 b   |  20 lines

  1. on mouseUp
  2.   global gPage1Column1, gPage1Column2, gPage1Column3, gPage1Column4, gPage1Column5, gPage2n3Column1, gPage2n3Column2, gPage2n3Column3, gPage2n3Column4, gPage2n3Column5
  3.   puppetSound("MouseUp.aif")
  4.   if gPage2n3Column5 then
  5.     set the castNum of sprite 16 to cast "view5"
  6.     set the locH of sprite 21 to 1000
  7.     set the locV of sprite 21 to 1000
  8.     set gPage1Column5 to 0
  9.     set gPage2n3Column5 to 0
  10.   else
  11.     set the castNum of sprite 16 to cast "hide5"
  12.     set the castNum of sprite 21 to cast "text3.5"
  13.     set the locH of sprite 21 to 320
  14.     set the locV of sprite 21 to 240
  15.     set gPage1Column5 to 1
  16.     set gPage2n3Column5 to 1
  17.   end if
  18.   updateStage()
  19. end
  20.